Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 3 - QuickDraw 3D Objects / QuickDraw 3D Objects Reference
QuickDraw 3D Objects Routines / Managing Objects Classes


Q3ObjectClass_Unregister

You can use the Q3ObjectClass_Unregister function to remove an application-defined object class.

TQ3Status Q3ObjectClass_Unregister (TQ3ObjectClass objectClass);
objectClass
An object class.
DESCRIPTION
The Q3ObjectClass_Unregister unregisters the custom object class specified by the objectClass parameter. For example, you can call Q3ObjectClass_Unregister to unregister a custom attribute type you registered by calling the function Q3AttributeClass_Register.

You should dispose of all instances of the custom object class you want to unregister before calling Q3ObjectClass_Unregister.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996